How to use Dynamic Folder?
Previous Top Next

The Dynamic Folder means that you can put some marks to the path as the variable. FTP Synchronizer will replace them by the real value before sync. FTP Synchronizer supports following marks:

Mark Name
Explanation
%YEAR2%
Two digital year. For example: 07, 08
%YEAR4%
Four digital year. For example: 2007, 2008
%MONTH%
Use one digital for month when it less than 10
%MONTH2%
Always use two digital for month. For example: 01, 02, 10, 12
%DAY%
Use one digital for day when it less than 10
%DAY2%
Always use two digital for day. For example: 01, 02, 10
%HOUR%
Use one digital for hour when it less than 10
%HOUR2%
Use two digital for hour is possible. For example: 01, 02
%MINUTE%
Use one digital for minute when it less then 10
%MINUTE2%
Always use two digital for minute. For example: 01, 02, 10
%SECOND%
Use one digital for second when it less than 10
%SECOND2%
Always use two digital for second. For example: 01, 02, 10


You can put above marks to the profile folder. FTP Synchronizer will  replace them as the real value before sync. For example, if the local path is C:\Source%YEAR%-%MONTH%- %DAY% and current date is 12/01/2007. Then, the real path will be C:\Source2007-12-1 when you run the profile.

Please notice that the marks are case sensitive.